home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 September
/
CHIP NET Rehberi Eylül 1998.iso
/
ftp
/
iftp21
/
EXAMPLES.ZIP
/
EXAM5.FTP
< prev
next >
Wrap
Text File
|
1997-05-23
|
380b
|
19 lines
:---------------------------------------------------------------------
: exam5.ftp
: iFTP example script, dialing PPP, run script
:---------------------------------------------------------------------
dialoptions /status
dial
if not success goto error
call website
goto end
LABEL error
WriteError "Dial Error"
LABEL end
if carrier then Hangup